home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue55
/
ccorn
/
Srv.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-02-06
|
246 b
|
19 lines
library Srv;
uses
ComServ,
Srv_TLB in 'Srv_TLB.pas',
TestImpl in 'TestImpl.pas' {QTest: CoClass};
{$R *.TLB}
{$R *.RES}
exports
DllRegisterServer,
DllUnregisterServer,
DllGetClassObject,
DllCanUnloadNow;
end.